home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / win_utl1 / dynamenu.zip / MENUEDIT.MNU < prev    next >
Text File  |  1994-05-21  |  5KB  |  143 lines

  1. EDITMENU MENU
  2.  
  3.    POPUP TopLevel
  4.          {
  5.           POPUP   DynaMenu
  6.                {
  7.                MENUITEM    
  8.                Configure      ,
  9.                Configure                        ,
  10.                MENUITEM    
  11.                Close          ,
  12.                Close                            ,
  13.                MENUITEM    
  14.                About          ,
  15.                About                            ,
  16.                MENUITEM    
  17.                Exit Windows   ,
  18.                Exit Windows                     ,
  19.                }
  20.           POPUP   Applications
  21.                {
  22.                MENUITEM    
  23.                MS Excel       ,
  24.                c:\excel\excel.exe               ,
  25.                MENUITEM    
  26.                MS Word        ,
  27.                c:\wfw\winword.exe               ,
  28.                POPUP   Graphics
  29.                     {
  30.                     MENUITEM    
  31.                     Icon Master    ,
  32.                      c:\icons\iconmstr.exe           ,
  33.                     MENUITEM    
  34.                     PixFolio       ,
  35.                      c:\pixfolio\pixfolio.exe        ,
  36.                     MENUITEM    
  37.                     PaintShop Pro  ,
  38.                      c:\psp\psp.exe                  ,
  39.                     }
  40.                POPUP   Utilities
  41.                     {
  42.                     MENUITEM    
  43.                     Tasker for Win ,
  44.                     c:\tasker\tasker.exe             ,
  45.                     MENUITEM    
  46.                     Compuserve     ,
  47.                     c:\cserve\wincim\wincim.exe      ,
  48.                     MENUITEM    
  49.                     WinZip 5.0     ,
  50.                     c:\zip\winzip.exe                ,
  51.                     MENUITEM    
  52.                     System Meter   ,
  53.                     c:\wrk\sysmeter.exe              ,
  54.                     }
  55.                }
  56.           POPUP   Main
  57.                {
  58.                MENUITEM    
  59.                Windows Setup  ,
  60.                c:\windows\setup.exe             ,
  61.                MENUITEM    
  62.                Clipboard      ,
  63.                c:\windows\clipbrd.exe           ,
  64.                MENUITEM    
  65.                Control Panel  ,
  66.                c:\windows\control.exe           ,
  67.                MENUITEM    
  68.                Print Manager  ,
  69.                c:\windows\printman.exe          ,
  70.                MENUITEM    
  71.                File Manager   ,
  72.                c:\windows\winfile.exe           ,
  73.                MENUITEM    
  74.                DOS Prompt     ,
  75.                c:\windows\command.com           ,
  76.                MENUITEM    
  77.                System Edit    ,
  78.                c:\windows\system\sysedit.exe    ,
  79.                }
  80.           POPUP   Accessories
  81.                {
  82.                MENUITEM    
  83.                Calculator     ,
  84.                c:\windows\calc.exe              ,
  85.                MENUITEM    
  86.                Calendar       ,
  87.                c:\windows\calendar.exe          ,
  88.                MENUITEM    
  89.                Cardfile       ,
  90.                c:\windows\cardfile.exe          ,
  91.                MENUITEM    
  92.                Character Map  ,
  93.                c:\windows\charmap.exe           ,
  94.                MENUITEM    
  95.                Clock          ,
  96.                c:\windows\clock.exe             ,
  97.                MENUITEM    
  98.                Media Player   ,
  99.                c:\windows\mplayer.exe           ,
  100.                MENUITEM    
  101.                Notepad        ,
  102.                c:\windows\notepad.exe           ,
  103.                MENUITEM    
  104.                Packager       ,
  105.                c:\windows\packager.exe          ,
  106.                MENUITEM    
  107.                Paint Brush    ,
  108.                c:\windows\pbrush.exe            ,
  109.                MENUITEM    
  110.                PIF Editor     ,
  111.                c:\windows\pifedit.exe           ,
  112.                MENUITEM    
  113.                Recorder       ,
  114.                c:\windows\recorder.exe          ,
  115.                MENUITEM    
  116.                Sound Recorder ,
  117.                c:\windows\soundrec.exe          ,
  118.                MENUITEM    
  119.                Terminal       ,
  120.                c:\windows\terminal.exe          ,
  121.                MENUITEM    
  122.                Write          ,
  123.                c:\windows\write.exe             ,
  124.                }
  125.           POPUP   Programming
  126.                {
  127.                MENUITEM    
  128.                WorkShop       ,
  129.                c:\tcwin\bin\workshop.exe        ,
  130.                MENUITEM    
  131.                Lib Builder    ,
  132.                c:\tcwin\bin\implibw.exe         ,
  133.                MENUITEM    
  134.                HotSpot Edit   ,
  135.                c:\tcwin\bin\shed.exe            ,
  136.                MENUITEM    
  137.                Turbo C++      ,
  138.                c:\tcwin\bin\tcw.exe             ,
  139.                }
  140.           }
  141.  
  142. END
  143.